.pWindow {
    width: 30rem;
    height: 22.5rem;
    background-color: transparent;
    z-index:9999;
}

/*.pWindow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
}*/

.pWindow-cancel {
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pWindow-content {
    position: absolute;
    top: 3.5rem;
    width: 100%;
    height: calc(100% - 3.5rem);
    background-color: #fff;
}